struct FreeList * freelist APTR mem unsigned long size
LOCATION
In IconBase at offset 12
FUNCTION
Adds supplied memory chunk to the supplied freelist.
All memory added in to the freelist can later be deallocated through
one single FreeFreeList() call.
INPUTS
freelist
pointer to freelist struct previously allocated by
the programmer.